home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsreturndir, gselectjoyu, gsqtname, gfullscreennow, gcurrentframe
- if the clickOn = 4 then
- clicksound()
- afterpushbutton()
- mpegend(17, gsqtname)
- set gcurrentframe to the frame
- go("PANIC")
- else
- if the clickOn = 3 then
- beep()
- afterpushbutton()
- mpegend(17, gsqtname)
- dialog(#askquit)
- else
- if the clickOn = 6 then
- clicksound()
- afterpushbutton()
- mpegend(17, gsqtname)
- go(1, gsreturndir)
- else
- if the clickOn = 7 then
- clicksound()
- afterpushbutton()
- set gfullscreennow to 1
- makefullscreen(17)
- go(the frame + 1)
- else
- if the clickOn = 8 then
- clicksound()
- afterpushbutton()
- mpegend(17, gsqtname)
- go(1, "H_PHOTO")
- end if
- end if
- end if
- end if
- end if
- end
-